Version

CategoryAxisBinning Constructor(Nullable<Double>,Boolean,Nullable<Double>,Boolean,Nullable<Double>)

Creates a new instance with the specified property values.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal binWidth As Nullable(Of Double), _
   Optional ByVal overflow As Boolean, _
   Optional ByVal overflowThreshold As Nullable(Of Double), _
   Optional ByVal underflow As Boolean, _
   Optional ByVal underflowThreshold As Nullable(Of Double) _
)

Parameters

binWidth
Specifies the value of the BinWidth property.
overflow
Specifies the value of the Overflow property.
overflowThreshold
Specifies the value of the OverflowThreshold property.
underflow
Specifies the value of the Underflow property.
underflowThreshold
Specifies the value of the UnderflowThreshold property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also